--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 3be1c30ff6b9c108ad7ded1aeb72080ff379d7a4
Parents : b18a538
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-02T01:19:50-06:00
refactor(flatpak): streamline flatpak.json formatting for improved readability
Changes
Diff
diff --git a/flatpak.json b/flatpak.json
index beed1961..29e19fdb 100644
--- a/flatpak.json
+++ b/flatpak.json
@@ -1,41 +1,37 @@
{
- "app-id": "com.sudoivan.reticulummeshchatx",
- "runtime": "org.freedesktop.Platform",
- "runtime-version": "24.08",
- "sdk": "org.freedesktop.Sdk",
- "sdk-extensions": [
- "org.freedesktop.Sdk.Extension.node20"
- ],
- "build-options": {
- "env": {
- "PYTHON": "/usr/bin/python3"
- }
- },
- "command": "reticulum-meshchatx",
- "finish-args": [
- "--share=network",
- "--socket=wayland",
- "--socket=x11",
- "--socket=pulseaudio",
- "--device=all",
- "--filesystem=home",
- "--filesystem=host",
- "--talk-name=org.freedesktop.NetworkManager",
- "--talk-name=org.freedesktop.secrets"
- ],
- "modules": [
- {
- "name": "reticulum-meshchatx",
- "buildsystem": "simple",
- "build-commands": [
- "bash flatpak-build.sh"
- ],
- "sources": [
+ "app-id": "com.sudoivan.reticulummeshchatx",
+ "runtime": "org.freedesktop.Platform",
+ "runtime-version": "24.08",
+ "sdk": "org.freedesktop.Sdk",
+ "sdk-extensions": ["org.freedesktop.Sdk.Extension.node20"],
+ "build-options": {
+ "env": {
+ "PYTHON": "/usr/bin/python3"
+ }
+ },
+ "command": "reticulum-meshchatx",
+ "finish-args": [
+ "--share=network",
+ "--socket=wayland",
+ "--socket=x11",
+ "--socket=pulseaudio",
+ "--device=all",
+ "--filesystem=home",
+ "--filesystem=host",
+ "--talk-name=org.freedesktop.NetworkManager",
+ "--talk-name=org.freedesktop.secrets"
+ ],
+ "modules": [
{
- "type": "dir",
- "path": "."
+ "name": "reticulum-meshchatx",
+ "buildsystem": "simple",
+ "build-commands": ["bash flatpak-build.sh"],
+ "sources": [
+ {
+ "type": "dir",
+ "path": "."
+ }
+ ]
}
- ]
- }
- ]
+ ]
}
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────